DefaultConnectedDevice

The default ConnectedDevice, wrapping the platform BluetoothDevice.

Constructors

Link copied to clipboard
constructor(device: BluetoothDevice, mtu: MTU? = null)

Properties

Link copied to clipboard
open override val device: BluetoothDevice

the platform BluetoothDevice of the connected device

Link copied to clipboard
open override val identifier: Identifier
Link copied to clipboard
open override val mtu: MTU?

The MTU negotiated with this device, or null if it is not known. Notification payloads should be sized to at most mtu - 3 bytes.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int